ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / ReentrantObservableCollection<T> Class
Properties Methods Events


In This Topic
    ReentrantObservableCollection<T> Class Members
    In This Topic

    The following tables list the members exposed by ReentrantObservableCollection<T>.

    Public Constructors
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public PropertyGets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (BeginUpdate has been called).  
    Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodPrevents raising events until the EndUpdate method is called.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodEnables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodMoves the item at the specified index to a new location in the collection.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overrides the default behavior.  
    Protected MethodOverridden. Overrides the default behavior.  
    Protected MethodImplements item moving from one location to another.  
    Protected MethodRaises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode.  
    Protected MethodOverridden. Overrides the default behavior.  
    Protected MethodOverridden. Overrides the default behavior.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when an item is added, removed, changed, moved, or the entire list is refreshed.  
    Top
    Protected Events
     NameDescription
    Protected EventOccurs when a property value changes.  
    Top
    See Also